projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
17cf2c3
)
(Fmarker_insertion_type): Doc fix.
author
Juanma Barranquero
<lekktu@gmail.com>
Sun, 10 Dec 2006 23:20:13 +0000
(23:20 +0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Sun, 10 Dec 2006 23:20:13 +0000
(23:20 +0000)
src/marker.c
patch
|
blob
|
history
diff --git
a/src/marker.c
b/src/marker.c
index 48685e7d27cfa577657a18c5d5a2e04ef83f631a..727e97900c2c0d66d7f653faf82132e868ddd4b4 100644
(file)
--- a/
src/marker.c
+++ b/
src/marker.c
@@
-848,7
+848,7
@@
see `marker-insertion-type'. */)
DEFUN ("marker-insertion-type", Fmarker_insertion_type,
Smarker_insertion_type, 1, 1, 0,
doc: /* Return insertion type of MARKER: t if it stays after inserted text.
-nil means the marker stays before text inserted there. */)
+
The value
nil means the marker stays before text inserted there. */)
(marker)
register Lisp_Object marker;
{